Select(String[]) Method
Selects the specified items by name from the corresponding picker wheel's list of values. (iOS only)

C# Syntax

void Select( 
   params string[] items
)

Parameters

items
The names of the items to select in each wheel.